home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 August / EnterCD 08_2004.iso / Multimedia / VividLyrics 1.0 / VL_100.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-06-16  |  6.8 KB  |  87 lines

  1. ;InnoSetupVersion=4.2.4
  2. [Setup]
  3. AppName=VividLyrics
  4. AppVerName=VividLyrics version 1.00
  5. AppId=VividLyrics
  6. DefaultDirName={pf}\VividLyrics
  7. DefaultGroupName=VividLyrics
  8. OutputBaseFilename=setup
  9. Compression=lzma
  10. PrivilegesRequired=none
  11. LicenseFile=embedded\License.txt
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\vlwmp.dll"; DestDir: "{app}"; 
  16. Source: "{app}\vlhelp.chm"; DestDir: "{app}"; 
  17. Source: "{app}\vledit.exe"; DestDir: "{app}"; Components: vledit; 
  18. Source: "{app}\vlwd.ax"; DestDir: "{app}"; Components: vledit; 
  19. Source: "{app}\vlws.ax"; DestDir: "{app}"; Components: vledit; 
  20. Source: "{app}\vlwt.ax"; DestDir: "{app}"; Components: vledit; 
  21. Source: "{app}\license.txt"; DestDir: "{app}"; 
  22. Source: "{app}\Samples\Right Here Waiting.vl"; DestDir: "{app}\Samples"; 
  23. Source: "{app}\Samples\Thats Why You Go Away.vl"; DestDir: "{app}\Samples"; 
  24. Source: "{app}\Samples\You Needed Me.vl"; DestDir: "{app}\Samples"; 
  25. [Registry]
  26. Root: HKCR; Subkey: "CLSID\{{FD6DF2E3-881D-11d8-BA5E-0800100A00B9}"; Flags: uninsdeletekey deletekey 
  27. Root: HKCR; Subkey: "CLSID\{{FD6DF2E3-881D-11d8-BA5E-0800100A00B9}"; ValueType: String; ValueData: "Vlwmp PropertyPage1 Class"; 
  28. Root: HKCR; Subkey: "CLSID\{{FD6DF2E3-881D-11d8-BA5E-0800100A00B9}\InprocServer32"; 
  29. Root: HKCR; Subkey: "CLSID\{{FD6DF2E3-881D-11d8-BA5E-0800100A00B9}\InprocServer32"; ValueType: String; ValueData: "{app}\vlwmp.dll"; 
  30. Root: HKCR; Subkey: "CLSID\{{FD6DF2E3-881D-11d8-BA5E-0800100A00B9}\InprocServer32"; ValueName: "ThreadingModel"; ValueType: String; ValueData: "Apartment"; 
  31. Root: HKCR; Subkey: "CLSID\{{FD6DF2E4-881D-11d8-BA5E-0800100A00B9}"; Flags: uninsdeletekey deletekey 
  32. Root: HKCR; Subkey: "CLSID\{{FD6DF2E4-881D-11d8-BA5E-0800100A00B9}"; ValueType: String; ValueData: "Vlwmp PropertyPage2 Class"; 
  33. Root: HKCR; Subkey: "CLSID\{{FD6DF2E4-881D-11d8-BA5E-0800100A00B9}\InprocServer32"; 
  34. Root: HKCR; Subkey: "CLSID\{{FD6DF2E4-881D-11d8-BA5E-0800100A00B9}\InprocServer32"; ValueType: String; ValueData: "{app}\vlwmp.dll"; 
  35. Root: HKCR; Subkey: "CLSID\{{FD6DF2E4-881D-11d8-BA5E-0800100A00B9}\InprocServer32"; ValueName: "ThreadingModel"; ValueType: String; ValueData: "Apartment"; 
  36. Root: HKCR; Subkey: "CLSID\{{FD6DF2E2-881D-11d8-BA5E-0800100A00B9}"; Flags: uninsdeletekey deletekey 
  37. Root: HKCR; Subkey: "CLSID\{{FD6DF2E2-881D-11d8-BA5E-0800100A00B9}"; ValueType: String; ValueData: "Vlwmp Class"; 
  38. Root: HKCR; Subkey: "CLSID\{{FD6DF2E2-881D-11d8-BA5E-0800100A00B9}\InprocServer32"; 
  39. Root: HKCR; Subkey: "CLSID\{{FD6DF2E2-881D-11d8-BA5E-0800100A00B9}\InprocServer32"; ValueType: String; ValueData: "{app}\vlwmp.dll"; 
  40. Root: HKCR; Subkey: "CLSID\{{FD6DF2E2-881D-11d8-BA5E-0800100A00B9}\InprocServer32"; ValueName: "ThreadingModel"; ValueType: String; ValueData: "Apartment"; 
  41. Root: HKLM; Subkey: "Software\Microsoft\MediaPlayer\Objects\Effects\Vlwmp"; Flags: uninsdeletekey deletekey 
  42. Root: HKLM; Subkey: "Software\Microsoft\MediaPlayer\Objects\Effects\Vlwmp\Properties"; 
  43. Root: HKLM; Subkey: "Software\Microsoft\MediaPlayer\Objects\Effects\Vlwmp\Properties"; ValueName: "classid"; ValueType: String; ValueData: "{{FD6DF2E2-881D-11d8-BA5E-0800100A00B9}"; 
  44. Root: HKLM; Subkey: "Software\Microsoft\MediaPlayer\Objects\Effects\Vlwmp\Properties"; ValueName: "name"; ValueType: String; ValueData: "res://vlwmp.dll/RT_STRING/#101"; 
  45. Root: HKLM; Subkey: "Software\Microsoft\MediaPlayer\Objects\Effects\Vlwmp\Properties"; ValueName: "description"; ValueType: String; ValueData: "res://vlwmp.dll/RT_STRING/#107"; 
  46. Root: HKCR; Subkey: "CLSID\{{2C5F1A80-F8A9-11d6-988B-0800100A00B9}"; Components: vledit; Flags: uninsdeletekey deletekey 
  47. Root: HKCR; Subkey: "CLSID\{{2C5F1A80-F8A9-11d6-988B-0800100A00B9}"; ValueType: String; ValueData: "VLWD"; Components: vledit; 
  48. Root: HKCR; Subkey: "CLSID\{{2C5F1A80-F8A9-11d6-988B-0800100A00B9}\InprocServer32"; Components: vledit; 
  49. Root: HKCR; Subkey: "CLSID\{{2C5F1A80-F8A9-11d6-988B-0800100A00B9}\InprocServer32"; ValueType: String; ValueData: "{app}\vlwd.ax"; Components: vledit; 
  50. Root: HKCR; Subkey: "CLSID\{{2C5F1A80-F8A9-11d6-988B-0800100A00B9}\InprocServer32"; ValueName: "ThreadingModel"; ValueType: String; ValueData: "Both"; Components: vledit; 
  51. Root: HKCR; Subkey: "CLSID\{{EF3FB240-D96D-11d6-BA85-0800100A00B9}"; Components: vledit; Flags: uninsdeletekey deletekey 
  52. Root: HKCR; Subkey: "CLSID\{{EF3FB240-D96D-11d6-BA85-0800100A00B9}"; ValueType: String; ValueData: "VLWS"; Components: vledit; 
  53. Root: HKCR; Subkey: "CLSID\{{EF3FB240-D96D-11d6-BA85-0800100A00B9}\InprocServer32"; Components: vledit; 
  54. Root: HKCR; Subkey: "CLSID\{{EF3FB240-D96D-11d6-BA85-0800100A00B9}\InprocServer32"; ValueType: String; ValueData: "{app}\vlws.ax"; Components: vledit; 
  55. Root: HKCR; Subkey: "CLSID\{{EF3FB240-D96D-11d6-BA85-0800100A00B9}\InprocServer32"; ValueName: "ThreadingModel"; ValueType: String; ValueData: "Both"; Components: vledit; 
  56. Root: HKCR; Subkey: "CLSID\{{9F93F320-A5C6-11d7-8FE0-0800100A00B9}"; Components: vledit; Flags: uninsdeletekey deletekey 
  57. Root: HKCR; Subkey: "CLSID\{{9F93F320-A5C6-11d7-8FE0-0800100A00B9}"; ValueType: String; ValueData: "VLWT"; Components: vledit; 
  58. Root: HKCR; Subkey: "CLSID\{{9F93F320-A5C6-11d7-8FE0-0800100A00B9}\InprocServer32"; Components: vledit; 
  59. Root: HKCR; Subkey: "CLSID\{{9F93F320-A5C6-11d7-8FE0-0800100A00B9}\InprocServer32"; ValueType: String; ValueData: "{app}\vlwt.ax"; Components: vledit; 
  60. Root: HKCR; Subkey: "CLSID\{{9F93F320-A5C6-11d7-8FE0-0800100A00B9}\InprocServer32"; ValueName: "ThreadingModel"; ValueType: String; ValueData: "Both"; Components: vledit; 
  61. Root: HKCU; Subkey: "Software\VividLyrics"; Flags: uninsdeletekey 
  62. [Icons]
  63. Name: "{group}\VividLyrics Editor"; Filename: "{app}\vledit.exe"; Components: vledit; 
  64. Name: "{group}\VividLyrics Help"; Filename: "{app}\vlhelp.chm"; 
  65. Name: "{group}\Uninstall VividLyrics"; Filename: "{uninstallexe}"; 
  66. [Components]
  67. Name: "vlwmp"; Description: "VividLyrics Plug-in for Windows Media Player 9"; Types: "full compact custom"; 
  68. Name: "vledit"; Description: "VividLyrics Editor"; Types: "full custom"; 
  69. [Types]
  70. Name: "full"; Description: "Full installation"; 
  71. Name: "compact"; Description: "Compact installation"; 
  72. Name: "custom"; Description: "Custom installation"; 
  73. [CustomMessages]
  74. default.NameAndVersion=%1 version %2
  75. default.AdditionalIcons=Additional icons:
  76. default.CreateDesktopIcon=Create a &desktop icon
  77. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  78. default.ProgramOnTheWeb=%1 on the Web
  79. default.UninstallProgram=Uninstall %1
  80. default.LaunchProgram=Launch %1
  81. default.AssocFileExtension=&Associate %1 with the %2 file extension
  82. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  83. [Languages]
  84. ; These files are stubs
  85. ; To achieve better results after recompilation, use the real language files
  86. Name: "default"; MessagesFile: "embedded\default.isl"; 
  87.